home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / demo / pm5_demo.lha / PM_2.lha / Rexx1 / XiPaint_EXPORT.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  478b  |  22 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into XiPaint
  3. **
  4. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  5. **
  6. **
  7. **
  8. ** NOTE: If you write your own AREXX-script to export pictures from
  9. **       Picture Manager Professional to any programs,
  10. **       change the path and filename of the file to process
  11. **       to PicManFile (see below, CASE SENSITIVE!!!)
  12. **
  13. **       Read the PictureManager manual for more information
  14. **
  15. **
  16. **
  17. */
  18.  
  19. ADDRESS "XiPaint"
  20. PICLOAD PicManFile
  21. EXIT 0
  22.